home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 February / maximum-cd-2012-02.iso / DiscContents / TheWagerSetup1.2.exe / Assets / Scripts / [12].lua < prev    next >
Encoding:
Text File  |  2011-02-26  |  499 b   |  15 lines

  1. -- Script [12]
  2. Starting = 1;
  3. SeaEvent = 0;
  4.  
  5. ShowStoryText("On your approach to the island, a particularly fierce wind causes your mast to swing and the mainsail to develop a serious tear. You believe repairs may be needed before you can safely set off again.");
  6.  
  7. if InInventory("{6}") then
  8.   AddChoice("Use your fine cloth to make repairs", "[13]");
  9. end
  10.  
  11. AddChoice("Try to improvise some repairs.", "[14]");
  12. AddChoice("Take your chances.", "[15]");
  13. SetStartingEvent(ScriptID, false);
  14.  
  15.